Skip to main content
POST
/
v2
/
templates
/
names
/
{name}
/
pass
Create Pass From Template With Values Images By Name
curl --request POST \
  --url https://api.loyalty.dog/v2/templates/names/{name}/pass \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Headers

authorization
string | null

Path Parameters

name
string
required

Response

Successful Response